# | addedHints | Dictionary<string,string list> | |
# | defaultFinders | string -> (By -> ReadOnlyCollection<IWebElement>) -> IWebDriver -> seq<IWebElement list> | |
# | findByCss cssSelector f arg3 | cssSelector:string -> f:(By -> ReadOnlyCollection<IWebElement>) -> IWebDriver -> IWebElement list | |
# | findByJQuery jquerySelector f browser | jquerySelector:string -> f:(By -> 'a) -> browser:IWebDriver -> 'b list | |
# | findByLabel locator f arg3 | locator:string -> f:(By -> 'a) -> IWebDriver -> IWebElement list | |
# | findByNormalizeSpaceText text f arg3 | text:string -> f:(By -> '?20759) -> IWebDriver -> '?20760 list | |
# | findByText text f arg3 | text:string -> f:(By -> 'a) -> IWebDriver -> 'b list | |
# | findByValue value f browser | value:string -> f:(By -> ReadOnlyCollection<IWebElement>) -> browser:IWebDriver -> IWebElement list | |
# | findByXpath xpath f arg3 | xpath:string -> f:(By -> 'a) -> IWebDriver -> 'b list | |
# | hints | Dictionary<string,seq<(string -> (By -> ReadOnlyCollection<IWebElement>) -> IWebDriver -> IWebElement list)>> | |